.top {
  height: 500px;
  background-image: url(img_top_4@2x_1.png);
  background-size: cover;
  text-align: center;
  padding-top: 50px;
  min-width: 1200px; }
  .top .top-logo-all {
    display: none; }
  .top .top-logo {
    width: 108px;
    height: auto;
    margin-bottom: 16px; }
  .top .top-title {
    font-size: 50px;
    color: #c70002;
    letter-spacing: 4px; }
  .top .top-website {
    opacity: 0.7;
    font-size: 16px;
    color: #333333;
    margin-bottom: 50px;
    letter-spacing: 4px; }
  .top .top-hot {
    margin-top: 24px;
    text-align: center;
    opacity: 0.5;
    font-size: 14px;
    color: #333333;
    font-weight: 500; }
    .top .top-hot a {
      margin: 0 10px;
      cursor: pointer; }
      .top .top-hot a:hover {
        color: #005293; }
  .top .top-title-img {
    display: block;
    width: 378px;
    margin: 0 auto;
    height: auto;
    margin-bottom: 6px; }

.home-top {
  height: 336px;
  background-image: url(ic_diwen@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  min-width: 1200px; }
  .home-top .home-top-title {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    background-image: -webkit-linear-gradient(top, #f9f5ef, #f9db9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6px;
    width: 1200px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .home-top .home-top-subtitle {
    font-size: 20px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #f9f5ef, #f9db9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    display: block;
    width: 1200px;
    margin: 0 auto;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .home-top .home-top-more {
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 10px;
    text-align: right;
    width: 1200px; }
    .home-top .home-top-more a {
      cursor: pointer; }

.main .el-tabs__header {
  margin-bottom: 20px; }

.main .el-tabs__item {
  font-size: 20px;
  height: 46px;
  line-height: 46px; }

.main .el-tabs__item.is-active {
  color: #333333;
  font-weight: 600; }

.main .el-tabs__item:hover {
  color: #333333;
  cursor: pointer; }

.main .el-tabs__nav-wrap::after {
  background-color: #999; }

.home-list-mobile {
  display: none; }

.home-list {
  margin-top: -62px; }
  .home-list .home-list-info > div,
  .home-list .home-list-info > a {
    padding-right: 32px; }
  .home-list:after {
    clear: both;
    display: block;
    content: ''; }
  .home-list .home-list-left {
    width: 532px;
    float: left;
    height: 382px; }
    .home-list .home-list-left .home-list-nav.home-list-pc {
      display: flex;
      margin-bottom: 34px;
      border: none; }
      .home-list .home-list-left .home-list-nav.home-list-pc li {
        width: 33.333%; }
      .home-list .home-list-left .home-list-nav.home-list-pc .nav-link {
        margin: 0;
        width: 100%;
        font-size: 30px;
        color: #ffffff;
        cursor: pointer;
        border: none;
        text-align: left;
        padding-top: 0;
        font-weight: normal; }
        .home-list .home-list-left .home-list-nav.home-list-pc .nav-link.active, .home-list .home-list-left .home-list-nav.home-list-pc .nav-link:hover {
          background-image: -webkit-linear-gradient(top, #f9f5ef, #f9db9f);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: normal; }
  .home-list .home-list-right {
    width: 667px;
    float: right;
    height: 382px;
    background-color: #fff;
    padding: 20px 20px 0 20px; }
    .home-list .home-list-right img {
      width: 100%;
      height: 362px; }
    .home-list .home-list-right .home-list-title {
      padding: 12px 12px 0 12px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 54px;
      line-height: 54px;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 0 23px;
      padding-right: 200px;
      font-size: 16px;
      color: #fff; }
    .home-list .home-list-right .carousel-indicators {
      right: 0;
      left: auto;
      margin: 0 23px 22px 0; }
    .home-list .home-list-right .carousel-indicators .active {
      background: #005293; }
    .home-list .home-list-right .carousel-indicators li {
      background: #d8d8d8;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      opacity: 1;
      border: none; }

.home-list-info {
  font-size: 16px; }
  .home-list-info > div,
  .home-list-info > a {
    display: flex;
    margin-bottom: 24px;
    position: relative;
    padding-left: 18px;
    cursor: pointer; }
    .home-list-info > div:hover,
    .home-list-info > a:hover {
      color: #005293 !important; }
    .home-list-info > div:before,
    .home-list-info > a:before {
      content: '';
      position: absolute;
      background: #999999;
      width: 6px;
      height: 6px;
      left: 0;
      top: 6px; }
    .home-list-info > div:last-child,
    .home-list-info > a:last-child {
      margin-bottom: 0; }
    .home-list-info > div > div:last-child,
    .home-list-info > a > div:last-child {
      width: 4em;
      min-width: 4em;
      text-align: right;
      opacity: 0.5; }
    .home-list-info > div > div:first-child,
    .home-list-info > a > div:first-child {
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      white-space: nowrap; }

.home-important {
  margin: 70px 0; }
  .home-important > div:last-child {
    display: none; }

.home-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative; }
  .home-title .home-title-box {
    position: relative;
    width: 204px;
    background-color: #fff;
    left: -16px;
    padding-left: 16px;
    z-index: 2; }
    .home-title .home-title-box:before {
      content: '';
      position: absolute;
      left: 0;
      transform: rotate(-315deg);
      background: #dfe9f2;
      width: 6px;
      height: 6px;
      top: 50%;
      margin-top: -3px; }
    .home-title .home-title-box:after {
      content: '';
      position: absolute;
      right: 0;
      transform: rotate(-315deg);
      background: #dfe9f2;
      width: 6px;
      height: 6px;
      top: 50%;
      margin-top: -3px; }
  .home-title .home-title-line {
    position: absolute;
    top: 50%;
    left: -10000px;
    right: -10000px;
    height: 1px;
    background: #dfe9f2; }
  .home-title span {
    color: #a80f10; }
  .home-title img {
    width: 41px;
    height: auto;
    margin-right: 12px;
    vertical-align: text-top; }

.home-open {
  margin-bottom: 70px; }
  .home-open:after {
    clear: both;
    display: block;
    content: ''; }
  .home-open .home-open-left {
    width: 840px;
    float: left; }
    .home-open .home-open-left .home-open-top {
      height: 80px;
      line-height: 80px;
      padding-left: 94px;
      position: relative;
      background-image: url(img_zhaozhengce@2x.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-bottom: 30px; }
      .home-open .home-open-left .home-open-top span {
        font-size: 24px;
        color: #005293;
        font-weight: 600; }
      .home-open .home-open-left .home-open-top input {
        border: none;
        height: 48px;
        line-height: 1.4;
        padding-left: 30px;
        position: absolute;
        left: 230px;
        top: 16px;
        outline: 0;
        width: 459px;
        box-shadow: none;
        border-radius: 24px;
        background-color: transparent;
        font-size: 16px;
        color: #333333; }
        .home-open .home-open-left .home-open-top input:hover, .home-open .home-open-left .home-open-top input:focus {
          border: none;
          background-color: transparent; }
      .home-open .home-open-left .home-open-top a {
        position: absolute;
        height: 48px;
        line-height: 48px;
        width: 127px;
        cursor: pointer;
        border-radius: 24px;
        right: 24px;
        top: 16px;
        font-size: 16px;
        color: #ffffff;
        text-align: center; }
        .home-open .home-open-left .home-open-top a img {
          width: 24px;
          height: auto;
          margin-right: 11px;
          vertical-align: middle;
          margin-top: -1px; }
  .home-open .home-open-right {
    float: right;
    width: 340px; }
    .home-open .home-open-right .row {
      margin-right: -4px;
      margin-left: -4px; }
    .home-open .home-open-right .col {
      padding-right: 4px;
      padding-left: 4px; }
    .home-open .home-open-right .home-open-item {
      display: block;
      height: 130px;
      text-align: center;
      padding-top: 30px;
      background-image: url(img_zhengminkapian@2x.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-bottom: 8px;
      cursor: pointer;
      color: #333333; }
      .home-open .home-open-right .home-open-item > div:first-child {
        height: 50px;
        margin-bottom: 4px; }
        .home-open .home-open-right .home-open-item > div:first-child img {
          height: 100%;
          width: auto; }
      .home-open .home-open-right .home-open-item > div:last-child {
        font-size: 16px; }
    .home-open .home-open-right .home-open-bottom {
      display: block;
      height: 100px;
      background-image: url(img_kapiandiwen2@2x.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      font-size: 30px;
      color: #ffffff;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .home-open .home-open-right .home-open-bottom img {
        width: 53px;
        height: auto;
        margin-right: 24px; }

.home-service {
  margin-bottom: 70px; }
  .home-service .home-service-top:after {
    clear: both;
    display: block;
    content: ''; }
  .home-service .home-service-top .home-service-left {
    float: left;
    width: 990px; }
    .home-service .home-service-top .home-service-left .el-tabs {
      display: none; }
    .home-service .home-service-top .home-service-left .home-service-nav {
      height: 120px;
      display: flex;
      margin-bottom: 24px; }
    .home-service .home-service-top .home-service-left .home-service-item {
      width: 100%;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      height: 120px;
      cursor: pointer;
      line-height: 120px;
      font-size: 24px;
      color: #ffffff;
      font-weight: 600;
      padding-left: 54px; }
      .home-service .home-service-top .home-service-left .home-service-item span {
        display: none; }
      .home-service .home-service-top .home-service-left .home-service-item.active {
        width: 590px;
        min-width: 590px; }
        .home-service .home-service-top .home-service-left .home-service-item.active span {
          display: inline-block; }
      .home-service .home-service-top .home-service-left .home-service-item:first-child {
        background-image: url(images/img_gerenweixuan@2x.png); }
        .home-service .home-service-top .home-service-left .home-service-item:first-child.active {
          background-image: url(images/img_gerenyixuan@2x.png); }
      .home-service .home-service-top .home-service-left .home-service-item:last-child {
        background-image: url(img_farenweixuan@2x.png); }
        .home-service .home-service-top .home-service-left .home-service-item:last-child.active {
          background-image: url(img_farenyixuan@2x.png); }
  .home-service .home-service-top .home-service-right {
    float: right;
    width: 198px; }
    .home-service .home-service-top .home-service-right > div,
    .home-service .home-service-top .home-service-right > a {
      display: block;
      height: 80px;
      background-image: linear-gradient(180deg, #f9f5ef 0%, #f9db9f 100%);
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      color: #a80f10;
      font-weight: 500;
      margin-bottom: 10px; }
      .home-service .home-service-top .home-service-right > div:last-child,
      .home-service .home-service-top .home-service-right > a:last-child {
        flex-direction: column;
        margin-bottom: 0; }
        .home-service .home-service-top .home-service-right > div:last-child > div:last-child,
        .home-service .home-service-top .home-service-right > a:last-child > div:last-child {
          font-size: 14px; }
      .home-service .home-service-top .home-service-right > div img,
      .home-service .home-service-top .home-service-right > a img {
        width: 27px;
        height: auto;
        margin-right: 12px; }
  .home-service .home-service-bottom {
    display: flex;
    justify-content: space-between; }
    .home-service .home-service-bottom > div,
    .home-service .home-service-bottom > a {
      display: block;
      width: 100px;
      height: 116px;
      background: #ffffff;
      border: 1px solid rgba(153, 153, 153, 0.5);
      border-bottom: 3px solid #005293;
      text-align: center;
      font-size: 16px;
      padding-top: 25px;
      cursor: pointer; }
      .home-service .home-service-bottom > div img,
      .home-service .home-service-bottom > a img {
        height: 45px;
        width: auto;
        margin-bottom: 6px; }

.home-interaction {
  margin-bottom: 70px; }
  .home-interaction:after {
    clear: both;
    display: block;
    content: ''; }
  .home-interaction .home-interaction-left {
    width: 290px;
    float: left; }
    .home-interaction .home-interaction-left .home-interaction-top {
      display: block;
      height: 154px;
      position: relative;
      margin-bottom: 12px;
      cursor: pointer;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-image: url(img_12@2x.png);
      font-size: 16px;
      padding-top: 63px;
      padding-left: 46px;
      color: #333; }
    .home-interaction .home-interaction-left .home-interaction-item {
      display: block;
      height: 100px;
      background: #e9f4fc;
      font-size: 16px;
      padding-top: 16px;
      text-align: center;
      cursor: pointer;
      color: #333; }
      .home-interaction .home-interaction-left .home-interaction-item img {
        width: 42px;
        height: auto;
        margin-bottom: 6px; }
  .home-interaction .home-interaction-right {
    width: 890px;
    float: right; }

.home-special-item {
  display: block;
  height: 150px;
  cursor: pointer; }
  .home-special-item img {
    width: 100%;
    height: 100%; }

.main {
  padding-bottom: 70px; }

.home-service .tab-content > .tab-pane {
  display: none; }

.home-service .tab-content > .active {
  display: flex; }

.home-service-nav.nav-tabs .nav-link {
  margin: 0;
  border-radius: 0; }

.home-service .home-service-top .home-service-left .home-service-item.active {
  width: 590px;
  min-width: 590px; }

.home-service .home-service-top .home-service-left .home-service-item {
  width: 400px; }

.home-service-nav.nav-tabs .nav-link.active {
  border: none; }

.home-service-nav.nav-tabs {
  border: none; }

.home-interaction-right .row {
  margin-left: -45px;
  margin-right: -45px; }

.home-interaction-right .col {
  padding-left: 45px;
  padding-right: 45px; }

.home-interaction-left .row {
  margin-left: -5px;
  margin-right: -5px; }

.home-interaction-left .col {
  padding-left: 5px;
  padding-right: 5px; }

.zt .row {
  margin-left: -8px;
  margin-right: -8px; }

.zt .col {
  padding-left: 8px;
  padding-right: 8px; }